public interface CiscoConnectionID extends CiscoObjectContainer
The CiscoConnectionID
object represents a unique object that is associated with each
connection. Applications may use the object itself or the integer representation of the object
that the intValue() method returns.
Modifier and Type | Method and Description |
---|---|
CiscoConnection |
getConnection()
Returns the CiscoConnection for the CiscoConnectionID.
|
int |
intValue()
Returns an integer representation of this object.
|
getObject, setObject
int intValue()
CiscoConnection getConnection()